Class BoxGroupEntity
Inheritance
Object
BoxGroupEntity
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: FBoxClientDriver.Contract.Entity
Assembly: FBoxClientDriver.Contract.dll
Syntax
public class BoxGroupEntity
Properties
Id
Declaration
public long Id { get; set; }
Property Value
Type | Description |
---|---|
Int64 |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
String |