CalendarCreationInformation members
Represents information that is used to create a new calendar.
The CalendarCreationInformation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CalendarCreationInformation | Creates an instance of the CalendarCreationInformation class. |
Top
Properties
Name | Description | |
---|---|---|
Id | Gets or sets the GUID of the new calendar. | |
Name | Gets or sets the name of the new calendar. | |
OriginalId | Gets or sets the original GUID of the new calendar. | |
TypeId | (Inherited from ClientValueObject.) |
Top
Methods
Name | Description | |
---|---|---|
CustomFromJson | (Inherited from ClientValueObject.) | |
CustomWriteToXml | (Inherited from ClientValueObject.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FromJson | (Inherited from ClientValueObject.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
InitOnePropertyFromJson | Reserved for internal use. (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
WriteToXml | Reserved for internal use. (Overrides ClientValueObject.WriteToXml(XmlWriter, SerializationContext).) |
Top