C# 클래스 Tortuga.Chain.AuditRules.RestrictColumn

This rule is used to prevent users from reading or updating a column
상속: AuditRule
파일 보기 프로젝트 열기: docevaad/Chain

공개 메소드들

메소드 설명
RestrictColumn ( string columnName, OperationTypes appliesWhen, ExceptWhenPredicate exceptWhen )

Initializes a new instance of the RestrictColumn class.

RestrictColumn ( string objectName, string columnName, OperationTypes appliesWhen, ExceptWhenPredicate exceptWhen )

Initializes a new instance of the RestrictColumn class.

메소드 상세

RestrictColumn() 공개 메소드

Initializes a new instance of the RestrictColumn class.
public RestrictColumn ( string columnName, OperationTypes appliesWhen, ExceptWhenPredicate exceptWhen )
columnName string Name of the column.
appliesWhen OperationTypes While operations are being restricted.
exceptWhen ExceptWhenPredicate This function will return true if the rule doesn't apply to this user..

RestrictColumn() 공개 메소드

Initializes a new instance of the RestrictColumn class.
public RestrictColumn ( string objectName, string columnName, OperationTypes appliesWhen, ExceptWhenPredicate exceptWhen )
objectName string Name of the database object this rule applies to.
columnName string Name of the column.
appliesWhen OperationTypes While operations are being restricted.
exceptWhen ExceptWhenPredicate This function will return true if the rule doesn't apply to this user..