INativeStructureServiceGet Method

Overload List
 NameDescription
Public methodGet(Guid)Gets an entity by its ID and revision number.
Public methodGet(Guid, DiscoveryType) Gets the NativeStructure by specifying the native structure ID and the discovery type.
Public methodGet(Guid, Int64)Gets an entity by its ID and revision number.
Public methodGet(Guid, EntityGetOptions)Gets an entity by its ID and revision number.
Public methodGet(String, Guid)Gets an entity by its name.
Public methodGet(Guid, DiscoveryType, Boolean) Gets the NativeStructure by specifying the native structure ID and the discovery type.
Public methodGet(Guid, Int64, EntityGetOptions)Gets an entity by its ID and revision number.
Public methodGet(String, Guid, DiscoveryType) Gets the NativeStructure by specifying the data connector ID and the structure name.
Public methodGet(String, Guid, EntityGetOptions)Gets an entity by its name.
Public methodGet(String, Guid, Int64)Gets an entity by its name and revision number.
Public methodGet(String, Guid, Int64, EntityGetOptions)Gets an entity by its name and revision number.
Top
See Also