EntityMemberAnnotationsCreateRequest Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the EntityMemberAnnotationsCreateRequest class.
Overloads
EntityMemberAnnotationsCreateRequest() |
Initializes a new instance of the EntityMemberAnnotationsCreateRequest class with default values. |
EntityMemberAnnotationsCreateRequest(International, Collection<Annotation>, Identifier, MemberIdentifier, Identifier, Identifier) |
Initializes a new instance of the EntityMemberAnnotationsCreateRequest class that has the specified cultural settings, annotations, and entity, member, model, and version ID. |
EntityMemberAnnotationsCreateRequest()
Initializes a new instance of the EntityMemberAnnotationsCreateRequest class with default values.
public:
EntityMemberAnnotationsCreateRequest();
public EntityMemberAnnotationsCreateRequest ();
Public Sub New ()
Applies to
EntityMemberAnnotationsCreateRequest(International, Collection<Annotation>, Identifier, MemberIdentifier, Identifier, Identifier)
Initializes a new instance of the EntityMemberAnnotationsCreateRequest class that has the specified cultural settings, annotations, and entity, member, model, and version ID.
public:
EntityMemberAnnotationsCreateRequest(Microsoft::MasterDataServices::International ^ International, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Annotation ^> ^ Annotations, Microsoft::MasterDataServices::Identifier ^ EntityId, Microsoft::MasterDataServices::MemberIdentifier ^ MemberId, Microsoft::MasterDataServices::Identifier ^ ModelId, Microsoft::MasterDataServices::Identifier ^ VersionId);
public EntityMemberAnnotationsCreateRequest (Microsoft.MasterDataServices.International International, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Annotation> Annotations, Microsoft.MasterDataServices.Identifier EntityId, Microsoft.MasterDataServices.MemberIdentifier MemberId, Microsoft.MasterDataServices.Identifier ModelId, Microsoft.MasterDataServices.Identifier VersionId);
new Microsoft.MasterDataServices.EntityMemberAnnotationsCreateRequest : Microsoft.MasterDataServices.International * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Annotation> * Microsoft.MasterDataServices.Identifier * Microsoft.MasterDataServices.MemberIdentifier * Microsoft.MasterDataServices.Identifier * Microsoft.MasterDataServices.Identifier -> Microsoft.MasterDataServices.EntityMemberAnnotationsCreateRequest
Public Sub New (International As International, Annotations As Collection(Of Annotation), EntityId As Identifier, MemberId As MemberIdentifier, ModelId As Identifier, VersionId As Identifier)
Parameters
- International
- International
The cultural setting.
- Annotations
- Collection<Annotation>
The array of annotations to create.
- EntityId
- Identifier
The globally unique identifier (GUID) or the exact name of the entity.
- MemberId
- MemberIdentifier
The identifier of the member.
- ModelId
- Identifier
The GUID or the exact name of the model.
- VersionId
- Identifier
The GUID or the exact name of the model version.