Click or drag to resize
IReferenceDataSource Methods

The IReferenceDataSource type exposes the following members.

Methods
  NameDescription
Public methodCreateReference
Create a new reference.
Public methodCreateReferenceRelation
Create a reference relation.
Public methodCreateReferenceRelations
Create many reference relations.
Public methodDeleteReferenceRelation
Delete specified reference relation.
Public methodGetReferenceRelation
Get specified reference relation.
Public methodGetReferenceRelations(IUserContext, ListString)
Get reference relations that are related to specified objects.
Public methodGetReferenceRelations(IUserContext, String)
Get reference relations that are related to specified object.
Public methodGetReferenceRelationTypes
Get all reference relation types.
Public methodGetReferences(IUserContext)
Get all references.
Public methodGetReferences(IUserContext, IReferenceSearchCriteria)
Get references that matches search criteria.
Public methodGetReferences(IUserContext, ListInt32)
Get specified references.
Public methodUpdateReference
Update existing reference.
Top
See Also