EnterpriseResourceCreationInformation members
Provides information for the creation of an enterprise resource.
The EnterpriseResourceCreationInformation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
EnterpriseResourceCreationInformation | Creates an instance of the EnterpriseResourceCreationInformation class. |
Top
Properties
Name | Description | |
---|---|---|
Id | Gets or sets the GUID of the enterprise resource. | |
IsBudget | Gets or sets a Boolean value that indicates whether this is a budget resource. | |
IsGeneric | Gets or sets a Boolean value that indicates whether this is a generic resource. | |
IsInactive | Gets or sets a Boolean value that indicates whether this resource should be created in an inactive state. | |
Name | Gets or sets the name of the enterprise resource. | |
ResourceType | Gets or sets a value that represents the resource type. | |
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