MonoSoftware.MonoX.DAL.EntityClasses.SnNoteEntity.SnNoteEntity C# (CSharp) Method

SnNoteEntity() public method

CTor
The entity is not fetched by this constructor. Use a DataAccessAdapter for that.
public SnNoteEntity ( System id ) : System.Runtime.Serialization
id System PK value for SnNote which data should be fetched into this SnNote object
return System.Runtime.Serialization
        public SnNoteEntity(System.Guid id)
            : base("SnNoteEntity")
        {
            InitClassEmpty(null, null);
            this.Id = id;
        }

Same methods

SnNoteEntity::SnNoteEntity ( ) : System.Runtime.Serialization
SnNoteEntity::SnNoteEntity ( IEntityFields2 fields ) : System.Runtime.Serialization
SnNoteEntity::SnNoteEntity ( IValidator validator ) : System.Runtime.Serialization
SnNoteEntity::SnNoteEntity ( SerializationInfo info, StreamingContext context ) : System.Runtime.Serialization
SnNoteEntity::SnNoteEntity ( System id, IValidator validator ) : System.Runtime.Serialization