AnnotationsUpdateRequest 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 AnnotationsUpdateRequest class.
Overloads
AnnotationsUpdateRequest() |
Initializes a new instance of the AnnotationsUpdateRequest class with default values. |
AnnotationsUpdateRequest(International, String, Int32) |
Initializes a new instance of the AnnotationsUpdateRequest class with the specified culture, comment, and annotation ID. |
AnnotationsUpdateRequest()
Initializes a new instance of the AnnotationsUpdateRequest class with default values.
public:
AnnotationsUpdateRequest();
public AnnotationsUpdateRequest();
Public Sub New ()
Applies to
AnnotationsUpdateRequest(International, String, Int32)
Initializes a new instance of the AnnotationsUpdateRequest class with the specified culture, comment, and annotation ID.
public:
AnnotationsUpdateRequest(Microsoft::MasterDataServices::International ^ International, System::String ^ Comment, int Id);
public AnnotationsUpdateRequest(Microsoft.MasterDataServices.International International, string Comment, int Id);
new Microsoft.MasterDataServices.AnnotationsUpdateRequest : Microsoft.MasterDataServices.International * string * int -> Microsoft.MasterDataServices.AnnotationsUpdateRequest
Public Sub New (International As International, Comment As String, Id As Integer)
Parameters
- International
- International
A cultural setting.
- Comment
- String
String representing the text with which to replace the current annotation text.
- Id
- Int32
Integer representing the annotation ID.