C# Class Dev2.Data.Binary_Objects.Structs.InternalFederatedTO

Used to return federated keys ;)
Datei anzeigen Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Properties

Property Type Description
ChildKey Dev2.Data.Storage.Binary_Objects.FederatedStorageKey
MasterEntry IBinaryDataListEntry
ParentKey Dev2.Data.Storage.Binary_Objects.FederatedStorageKey

Public Methods

Method Description
FetchAsList ( ) : IList

Fetches the asynchronous list.

HasParentKey ( ) : bool

Determines whether [has parent key].

Method Details

FetchAsList() public method

Fetches the asynchronous list.
public FetchAsList ( ) : IList
return IList

HasParentKey() public method

Determines whether [has parent key].
public HasParentKey ( ) : bool
return bool

Property Details

ChildKey public_oe property

public FederatedStorageKey,Dev2.Data.Storage.Binary_Objects ChildKey
return Dev2.Data.Storage.Binary_Objects.FederatedStorageKey

MasterEntry public_oe property

public IBinaryDataListEntry MasterEntry
return IBinaryDataListEntry

ParentKey public_oe property

public FederatedStorageKey,Dev2.Data.Storage.Binary_Objects ParentKey
return Dev2.Data.Storage.Binary_Objects.FederatedStorageKey