EnumMemberAccess
Assembly: ServiceStack.OrmLite.dll
View Source
Declaration
public class EnumMemberAccess : PartialSqlString
Properties
EnumType
View Source
Declaration
public Type EnumType { get; }
Inherited Properties
Text
View Source
Declaration
public string Text { get; }
Inherited Methods
Equals(PartialSqlString)
View Source
Declaration
protected bool Equals(PartialSqlString other)
Returns
System.Boolean
Parameters
Type | Name |
---|---|
ServiceStack.OrmLite.PartialSqlString | other |
Equals(Object)
View Source
Declaration
public override bool Equals(object obj)
Returns
System.Boolean
Parameters
Type | Name |
---|---|
System.Object | obj |
GetHashCode()
View Source
Declaration
public override int GetHashCode()
Returns
System.Int32
ToString()
View Source
Declaration
public override string ToString()
Returns
System.String