Class WsMetaClassParameteres
Inheritance
System.Object
WsMetaClassParameteres
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.BusinessFoundation.Data.WebServices
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 10.8.0Syntax
public sealed class WsMetaClassParameteres
Constructors
WsMetaClassParameteres()
Initializes a new instance of the WsMetaClassParameteres class.
Declaration
public WsMetaClassParameteres()
WsMetaClassParameteres(String)
Initializes a new instance of the WsMetaClassParameteres class.
Declaration
public WsMetaClassParameteres(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name. |
WsMetaClassParameteres(String, Boolean)
Initializes a new instance of the WsMetaClassParameteres class.
Declaration
public WsMetaClassParameteres(string name, bool renderDynamicEntity)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name. |
System.Boolean | renderDynamicEntity | if set to |
Fields
DynamicPropName
Declaration
public const string DynamicPropName = "?"
Field Value
Type | Description |
---|---|
System.String |
Properties
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RenderDynamicEntity
Declaration
public bool RenderDynamicEntity { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Parse(String)
Parses the specified STR.
Declaration
public static WsMetaClassParameteres Parse(string str)
Parameters
Type | Name | Description |
---|---|---|
System.String | str | The STR. |
Returns
Type | Description |
---|---|
WsMetaClassParameteres |
ToString()
Returns a System.String that represents the current System.Object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A System.String that represents the current System.Object. |
Overrides
System.Object.ToString()