class PropertyAttribute

in global :: Sandbox

😔 No documentation found.


public string Name { get; set; }

The internal name of this property. This should be lowercase with no spaces. If unset the lowercased C# variable name is used.

public string Title { get; set; }

The user friendly name of this property. If unset, it will be auto generated from C# variable name.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public object TypeId { get; }

😔 No documentation found.

public bool Match( object obj )

😔 No documentation found.

public bool IsDefaultAttribute( )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public PropertyAttribute( )

😔 No documentation found.