ModelFactory.CreateStaticMemberItem Method
Include Protected Members
Include Inherited Members
Creates a new model item that represents the value of a static member of the specified class.
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 | |
---|---|---|
![]() ![]() |
CreateStaticMemberItem(EditingContext, TypeIdentifier, String) | Creates a new model item that represents the value of a static member of the specified class. |
![]() ![]() |
CreateStaticMemberItem(EditingContext, Type, String) | Creates a new model item that represents the value of a static member of the specified class. |
Top