DomainDataDirectory.FindDomainClass Method
Include Protected Members
Include Inherited Members
Finds a domain class in the data directory.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
FindDomainClass(Guid) | Finds a domain class by specifying its ID. | |
FindDomainClass(String) | Finds a domain class by specifying its full name. | |
FindDomainClass(Type) | Finds a domain class by specifying its implementation type. |
Top