 | StudentCustom Class |
Student custom fields.
Inheritance Hierarchy
Namespace:
SeniorSystemsWS.Entity
Assembly:
SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntax[SerializableAttribute]
public class StudentCustom
<SerializableAttribute>
Public Class StudentCustom
[SerializableAttribute]
public ref class StudentCustom
public class StudentCustom
SeniorSystemsWS.Entity.StudentCustom = function();
Type.createClass(
'SeniorSystemsWS.Entity.StudentCustom');
The StudentCustom type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | AR |
Gets or sets the AR custom fields.
|
 | RG |
Gets or sets the RG custom fields.
|
 | Shared |
Gets or sets the Shared custom fields.
|
Top
See Also