ClientUI.ViewModel.ObservableConnection.RoleSearchCommand C# (CSharp) Méthode

RoleSearchCommand() private méthode

private RoleSearchCommand ( string term, Action callback ) : void
term string
callback Action
Résultat void
        public void RoleSearchCommand(string term, Action<EntityCollection> callback)
        {
            EntityReference record = this.Record1Id.GetValue();
            RoleSearch(term, callback, record!=null ? record.LogicalName : null);
        }