Exemplo n.º 1
0
 public override void Initialize()
 {
     base.Initialize();
     this._CoBasicInfo    = new BasicInfo();
     this._CoDetails      = new BasicInfoDetails();
     this._ParentBIDetail = new BasicInfoDetail();
 }
Exemplo n.º 2
0
 public override void Initialize()
 {
     base.Initialize();
     this._FirstName = "";
     this._SurName   = "";
     this._Picture   = new byte[1];
     this._Signature = new byte[1];
     this._Workers   = new Workers();
     this._Sex       = new BasicInfoDetail();
 }
Exemplo n.º 3
0
        public override SbnObject Clone(string sNodeName)
        {
            BasicInfoDetail retObject = new BasicInfoDetail();

            retObject.ID          = this.ID;
            retObject.OrderInList = this._OrderInList;
            if (!object.ReferenceEquals(this.Parent, null))
            {
                retObject.Parent = (BasicInfo)this.Parent.Clone(sNodeName);
            }
            return(retObject);
        }
Exemplo n.º 4
0
 public override void Initialize()
 {
     base.Initialize();
     this._StartWorkDate = "";
     this._EndWorkDate   = "";
     this._IconStream    = new byte[1];
     this._CoPosition    = new OrgPosition();
     this._Restrictions  = new WorkerRestrictions();
     this._CoPerson      = new WFPerson();
     this._Accessrights  = new WorkerAccessrights();
     this._IsActive      = SbnBoolean.OutOfValue;
     this._WorkerJob     = new BasicInfoDetail();
     this._CoRoles       = new WFRoles();
 }
Exemplo n.º 5
0
 public override void Initialize()
 {
     base.Initialize();
     this._ValidationPattern     = "";
     this._OrderInDocument       = 0;
     this._ObjectAttribute       = "";
     this._ViewCategory          = "";
     this._DataEntryMask         = "";
     this._CultureDescription    = "";
     this._IsLimitted            = SbnBoolean.OutOfValue;
     this._PropertyType          = PropertyType.OutOfValue;
     this._BasicInfoLink         = new BasicInfo();
     this._MesurementType        = new BasicInfoDetail();
     this._CoDocumentType        = new DocumentType();
     this._IsPreDefine           = SbnBoolean.OutOfValue;
     this._Values                = new DocumentPropValues();
     this._IsListView            = SbnBoolean.OutOfValue;
     this._ReferenceDocumentType = new DocumentType();
     this._IsVisible             = SbnBoolean.OutOfValue;
     this._IsMandatory           = SbnBoolean.OutOfValue;
 }
Exemplo n.º 6
0
 public override void Initialize()
 {
     base.Initialize();
     this._CoPerson = new WFPerson();
     this._TextType = new BasicInfoDetail();
 }