The ColoringTemplateCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
AddCopy(Coloring) |
Adds a copy of the given Coloring.
|
![]() |
AddCopy(Coloring, String) |
Adds a copy of the given Coloring with a new display name.
|
![]() |
AddFromLibrary |
Adds the specified color scheme from the library to this ColoringTemplateCollection.
|
![]() |
AddFromStream |
Adds a Coloring to this collection by reading from the given stream. The content of the stream
must be a dxpcolor file.
|
![]() |
AddNew |
Creates a new Coloring and adds it to this collection.
|
![]() |
Clear |
Clears the collection.
|
![]() |
Contains |
Determines whether a Coloring with the given name exists in this collection.
|
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
RemoveAt |
Removes the item at the given index.
|
![]() |
TryGetValue |
Tries to get the Coloring with the specified name, returning true upon success.
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IServiceProviderGetService |
Implements IServiceProvider.
(Inherited from Node.) |
![]() ![]() |
INodeContextGetAncestorT |
Implements GetAncestorT.
(Inherited from DocumentNode.) |
![]() ![]() |
INodeContextGetServiceT |
Implements GetServiceT.
(Inherited from DocumentNode.) |
![]() ![]() |
INodeContextIsDescendantOf |
Implements IsDescendantOf(DocumentNode).
(Inherited from DocumentNode.) |
![]() ![]() |
ITransactionsBeginAggregatedTransaction |
Implements BeginAggregatedTransaction.
(Inherited from DocumentNode.) |
![]() ![]() |
ITransactionsExecuteInvisibleTransaction |
Implements ExecuteInvisibleTransaction(Executor).
(Inherited from DocumentNode.) |
![]() ![]() |
ITransactionsExecuteStickyTransaction |
Implements ExecuteStickyTransaction(Guid, Executor).
(Inherited from DocumentNode.) |
![]() ![]() |
ITransactionsExecuteTransaction |
Implements ExecuteTransaction(Executor).
(Inherited from DocumentNode.) |
See Also